home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2646 / linear.eka < prev    next >
Encoding:
Text File  |  1992-03-23  |  164 b   |  9 lines

  1. ; This demonstrates solving
  2. ; a system of linear equations.
  3.  
  4.    2X + Y + Z = 7
  5.    X - Y + Z = 2
  6.    X + Y - Z = 0
  7.  
  8. { Exact solution is X = 1, Y = 2, Z = 3.}
  9.